home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / cc.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-02-17  |  320 b   |  20 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(22) or rollOver(23) then
  5.       cursor([901, 902])
  6.     else
  7.       HotSpots(2, 9)
  8.     end if
  9.     go(3)
  10.   end if
  11.   if act = 1 then
  12.     if rollOver(25) or rollOver(26) then
  13.       cursor([901, 902])
  14.     else
  15.       cursor(-1)
  16.     end if
  17.     Loopframe()
  18.   end if
  19. end
  20.